home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk172 / amygen / readmefirst < prev    next >
Text File  |  1995-03-19  |  2KB  |  54 lines

  1. Quick notes on GENEALOGY ON DISPLAY
  2.  
  3. This was a fairly easy port from the MS-DOS version of the program.
  4. It was ported because there was nothing for the Amiga that handled
  5. such a specialized database and at the request of friends and family.
  6.  
  7. There are very few changes to the program and no changes to the docs.
  8. (So as to get this to you ASAP).
  9.  
  10. You should ignore all references to a file called "verifile" as it is
  11. not needed.  You should also ignore the startup procedure in regards
  12. to starting BASIC with the /s:256 option as this too is only for
  13. MS-DOS.
  14.  
  15. I have tested this program from the CLI and the Workbench (please
  16. make a better icon, I am no artist!).  There are a couple 
  17. of things that you have to do before you can run the program:
  18.  
  19. from CLI:
  20.  
  21. stack 10000
  22. assign a: <disk with program>
  23. assign b: <disk with datafiles>
  24.  
  25. you can then start the program from either CLI or WORKBENCH by entering
  26. Amigabasic and typing "run a:menu"
  27.  
  28. The programs needs the file "dos.bmap" which will be found in the
  29. provided arc file.  Put it into your current directory or LIBS:
  30.  
  31. The only changes I have made to the program are to adapt it to use the
  32. Amiga line drawing commands for boxes and such.  In addition, the "ps"
  33. command in the "display" program that would normally print a screendump
  34. was disabled because I cannot figure out how to pick graphics characters
  35. off a screen and print them as text.  If you must have a raw screendump,
  36. use the GraphicDump utility on Workbench.
  37.  
  38. The program uses a LARGE amount of disk space ie. 128000 bytes for
  39. the "persfile" and another 128000 for the "ordfile".  I would use
  40. a blank disk for data if at all possible.  AmigaDOS is not known for 
  41. speed, so putting the datafiles in RAM: if you have the memory is the
  42. best way to go.
  43.  
  44. If you like the program, send the money to the original author.  If
  45. you REALLY want to pay me, buy a copy of DirUtil III Plus, my top
  46. rated diskfile utility, available on a BBS near you.
  47.  
  48. History:
  49. =======
  50.  
  51. This program is in compiled AmigaBasic.  If no bugs are found in this
  52. release in a reasonable period of time, I will gladly release the
  53. source code.
  54.